// -ENTRY PATH------------------------------------------------- \\
// Ice Mosquito - mosquitoFlitter1
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/13/08
//
// Description: 
//   The ice mosquito moves towards the player, flittering
//   to the left and right sides of the screen.  The first
//   bullet is specified by the entry path, so no bullets are
//   fired until later in the path.
//
// Ideal Spawn Command(s):
//  (anyX) top mosquitoFlitter1 270 0.35
//  (anyX) top mosquitoFlitter1 invert 270 0.35
//
// ------------------------------------------------------------ \\

setSpeed 0.35
setAngle 270

setAccel 0.0033 limit 0.57
left 1 angle 70

straight frames 30

setAccel -0.0033 limit 0.35
right 1 angle 40
setAccel 0.0033 limit 0.57
left 1 angle 40

straight frames 10

setAccel -0.0033 limit 0.35
right 1 angle 70

straight frames 10

setAccel 0.0033 limit 0.57
right 1 angle 70

straight frames 10

fireBullet atPlayer all 500 10000

setAccel -0.0033 limit 0.22
right 1 angle 140

straight frames 15

setAccel 0.0033 limit 0.58
left 1 angle 140

straight frames 20

setAccel -0.0033 limit 0.35
left 1 angle 70

straight wrapAny
delete

